Cis Tasks GetSpec
The Cis Tasks GetSpec schema describes what data should be included when retrieving information about a task.
This schema was added in vSphere API 6.7.1.
{
"return_all": false,
"exclude_result": false
}
If true, all data, including operation-specific data, will be returned, otherwise only the data described in Cis Task Info will be returned.
This property was added in vSphere API 6.7.1.
If missing or null
, only the data described in Cis Task Info will be returned.
If true, the result will not be included in the task information, otherwise it will be included.
This property was added in vSphere API 6.7.1.
If missing or null
, the result of the operation will be included in the task information.